File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
tests/bridge-sdk/__snapshots__ Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default {
77 } ,
88 kusama : {
99 name : 'quartz' as const ,
10- endpoint : 'wss://ws- quartz.unique.network ' ,
10+ endpoint : 'wss://quartz-rpc.n.dwellir.com ' ,
1111 } ,
1212 config : ( { alice } ) => ( {
1313 storages : {
Original file line number Diff line number Diff line change @@ -318,6 +318,15 @@ exports[`'kintsugi' to 'karura' using bridgeSDK cross-chain 'LKSM' > Cross-chain
318318}
319319` ;
320320
321+ exports [` 'kintsugi' to 'karura' using bridgeSDK cross-chain 'LKSM' > Cross-chain using BridgeSDK works > initial 2` ] = `
322+ {
323+ " address" : " 5FA9nQDVg267DEd8m1ZypXLBnvN7SFxYwV7ndqSYGiN9TTpu" ,
324+ " decimals" : 12 ,
325+ " fromChain" : 100 ,
326+ " toChain" : 100 ,
327+ }
328+ ` ;
329+
321330exports [` 'kusama' to 'assetHubKusama' using bridgeSDK cross-chain 'KSM' > Cross-chain using BridgeSDK works > after 1` ] = `
322331{
323332 " address" : " 5FA9nQDVg267DEd8m1ZypXLBnvN7SFxYwV7ndqSYGiN9TTpu" ,
You can’t perform that action at this time.
0 commit comments