@yodlpay/tokenlists 0.8.33-beta.0 → 0.9.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis-ts/YodlRouterV0.9.abi.d.ts +16 -2
- package/dist/index.d.ts +16 -2
- package/dist/tokenlist-featured.json +12 -0
- package/dist/tokenlist-generated.json +1 -10
- package/dist/tokenlists.cjs.development.js +40 -11
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +40 -11
- package/dist/tokenlists.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -151,6 +151,16 @@ export declare const yodlRouterAbiV09: readonly [{
|
|
|
151
151
|
}];
|
|
152
152
|
readonly stateMutability: "view";
|
|
153
153
|
readonly type: "function";
|
|
154
|
+
}, {
|
|
155
|
+
readonly inputs: readonly [];
|
|
156
|
+
readonly name: "MAX_CONVENIENCE_FEE_BPS";
|
|
157
|
+
readonly outputs: readonly [{
|
|
158
|
+
readonly internalType: "uint256";
|
|
159
|
+
readonly name: "";
|
|
160
|
+
readonly type: "uint256";
|
|
161
|
+
}];
|
|
162
|
+
readonly stateMutability: "view";
|
|
163
|
+
readonly type: "function";
|
|
154
164
|
}, {
|
|
155
165
|
readonly inputs: readonly [];
|
|
156
166
|
readonly name: "MAX_EXTRA_FEE_BPS";
|
|
@@ -670,7 +680,11 @@ export declare const yodlRouterAbiV09: readonly [{
|
|
|
670
680
|
readonly type: "bytes32";
|
|
671
681
|
}, {
|
|
672
682
|
readonly internalType: "uint256";
|
|
673
|
-
readonly name: "
|
|
683
|
+
readonly name: "outAmountGross";
|
|
684
|
+
readonly type: "uint256";
|
|
685
|
+
}, {
|
|
686
|
+
readonly internalType: "uint256";
|
|
687
|
+
readonly name: "invoiceAmount";
|
|
674
688
|
readonly type: "uint256";
|
|
675
689
|
}, {
|
|
676
690
|
readonly components: readonly [{
|
|
@@ -756,7 +770,7 @@ export declare const yodlRouterAbiV09: readonly [{
|
|
|
756
770
|
readonly name: "params";
|
|
757
771
|
readonly type: "tuple";
|
|
758
772
|
}];
|
|
759
|
-
readonly name: "
|
|
773
|
+
readonly name: "yodlWithExternal";
|
|
760
774
|
readonly outputs: readonly [{
|
|
761
775
|
readonly internalType: "uint256";
|
|
762
776
|
readonly name: "";
|
package/dist/index.d.ts
CHANGED
|
@@ -4662,6 +4662,16 @@ export declare function getRouterAbi(version: AbiVersion): readonly [{
|
|
|
4662
4662
|
}];
|
|
4663
4663
|
readonly stateMutability: "view";
|
|
4664
4664
|
readonly type: "function";
|
|
4665
|
+
}, {
|
|
4666
|
+
readonly inputs: readonly [];
|
|
4667
|
+
readonly name: "MAX_CONVENIENCE_FEE_BPS";
|
|
4668
|
+
readonly outputs: readonly [{
|
|
4669
|
+
readonly internalType: "uint256";
|
|
4670
|
+
readonly name: "";
|
|
4671
|
+
readonly type: "uint256";
|
|
4672
|
+
}];
|
|
4673
|
+
readonly stateMutability: "view";
|
|
4674
|
+
readonly type: "function";
|
|
4665
4675
|
}, {
|
|
4666
4676
|
readonly inputs: readonly [];
|
|
4667
4677
|
readonly name: "MAX_EXTRA_FEE_BPS";
|
|
@@ -5181,7 +5191,11 @@ export declare function getRouterAbi(version: AbiVersion): readonly [{
|
|
|
5181
5191
|
readonly type: "bytes32";
|
|
5182
5192
|
}, {
|
|
5183
5193
|
readonly internalType: "uint256";
|
|
5184
|
-
readonly name: "
|
|
5194
|
+
readonly name: "outAmountGross";
|
|
5195
|
+
readonly type: "uint256";
|
|
5196
|
+
}, {
|
|
5197
|
+
readonly internalType: "uint256";
|
|
5198
|
+
readonly name: "invoiceAmount";
|
|
5185
5199
|
readonly type: "uint256";
|
|
5186
5200
|
}, {
|
|
5187
5201
|
readonly components: readonly [{
|
|
@@ -5267,7 +5281,7 @@ export declare function getRouterAbi(version: AbiVersion): readonly [{
|
|
|
5267
5281
|
readonly name: "params";
|
|
5268
5282
|
readonly type: "tuple";
|
|
5269
5283
|
}];
|
|
5270
|
-
readonly name: "
|
|
5284
|
+
readonly name: "yodlWithExternal";
|
|
5271
5285
|
readonly outputs: readonly [{
|
|
5272
5286
|
readonly internalType: "uint256";
|
|
5273
5287
|
readonly name: "";
|
|
@@ -268,6 +268,17 @@
|
|
|
268
268
|
"tags": ["Arbitrum", "Stablecoin", "Top10", "USD", "featured"],
|
|
269
269
|
"address": "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1"
|
|
270
270
|
},
|
|
271
|
+
{
|
|
272
|
+
"chainId": 8453,
|
|
273
|
+
"coinGeckoId": "dai",
|
|
274
|
+
"name": "DAI",
|
|
275
|
+
"symbol": "DAI",
|
|
276
|
+
"currency": "USD",
|
|
277
|
+
"logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
278
|
+
"decimals": 18,
|
|
279
|
+
"tags": ["Base", "Stablecoin", "Top10", "USD", "featured"],
|
|
280
|
+
"address": "0x50c5725949a6f0c72e6c4a641f24049a917db0cb"
|
|
281
|
+
},
|
|
271
282
|
{
|
|
272
283
|
"chainId": 1,
|
|
273
284
|
"coinGeckoId": "crvusd",
|
|
@@ -633,6 +644,7 @@
|
|
|
633
644
|
"coinGeckoId": "dai",
|
|
634
645
|
"name": "Dai",
|
|
635
646
|
"symbol": "DAI",
|
|
647
|
+
"currency": "USD",
|
|
636
648
|
"decimals": 18,
|
|
637
649
|
"tags": ["BNB Smart Chain", "Stablecoin", "USD", "featured"],
|
|
638
650
|
"logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg"
|
|
@@ -2035,15 +2035,6 @@
|
|
|
2035
2035
|
"logoUri": "https://assets.coingecko.com/coins/images/39547/original/rseth.png?1722850260",
|
|
2036
2036
|
"coinGeckoId": "kelpdao-bridged-rseth-base"
|
|
2037
2037
|
},
|
|
2038
|
-
{
|
|
2039
|
-
"chainId": 8453,
|
|
2040
|
-
"address": "0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
|
|
2041
|
-
"name": "L2 Standard Bridged DAI Base ",
|
|
2042
|
-
"symbol": "DAI",
|
|
2043
|
-
"decimals": 18,
|
|
2044
|
-
"logoUri": "https://assets.coingecko.com/coins/images/39807/original/dai.png?1724126571",
|
|
2045
|
-
"coinGeckoId": "l2-standard-bridged-dai-base"
|
|
2046
|
-
},
|
|
2047
2038
|
{
|
|
2048
2039
|
"chainId": 8453,
|
|
2049
2040
|
"address": "0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
|
|
@@ -3062,4 +3053,4 @@
|
|
|
3062
3053
|
"coinGeckoId": "zeebu"
|
|
3063
3054
|
}
|
|
3064
3055
|
]
|
|
3065
|
-
}
|
|
3056
|
+
}
|
|
@@ -5150,6 +5150,16 @@ var yodlRouterAbiV09 = [{
|
|
|
5150
5150
|
}],
|
|
5151
5151
|
stateMutability: 'view',
|
|
5152
5152
|
type: 'function'
|
|
5153
|
+
}, {
|
|
5154
|
+
inputs: [],
|
|
5155
|
+
name: 'MAX_CONVENIENCE_FEE_BPS',
|
|
5156
|
+
outputs: [{
|
|
5157
|
+
internalType: 'uint256',
|
|
5158
|
+
name: '',
|
|
5159
|
+
type: 'uint256'
|
|
5160
|
+
}],
|
|
5161
|
+
stateMutability: 'view',
|
|
5162
|
+
type: 'function'
|
|
5153
5163
|
}, {
|
|
5154
5164
|
inputs: [],
|
|
5155
5165
|
name: 'MAX_EXTRA_FEE_BPS',
|
|
@@ -5669,7 +5679,11 @@ var yodlRouterAbiV09 = [{
|
|
|
5669
5679
|
type: 'bytes32'
|
|
5670
5680
|
}, {
|
|
5671
5681
|
internalType: 'uint256',
|
|
5672
|
-
name: '
|
|
5682
|
+
name: 'outAmountGross',
|
|
5683
|
+
type: 'uint256'
|
|
5684
|
+
}, {
|
|
5685
|
+
internalType: 'uint256',
|
|
5686
|
+
name: 'invoiceAmount',
|
|
5673
5687
|
type: 'uint256'
|
|
5674
5688
|
}, {
|
|
5675
5689
|
components: [{
|
|
@@ -5755,7 +5769,7 @@ var yodlRouterAbiV09 = [{
|
|
|
5755
5769
|
name: 'params',
|
|
5756
5770
|
type: 'tuple'
|
|
5757
5771
|
}],
|
|
5758
|
-
name: '
|
|
5772
|
+
name: 'yodlWithExternal',
|
|
5759
5773
|
outputs: [{
|
|
5760
5774
|
internalType: 'uint256',
|
|
5761
5775
|
name: '',
|
|
@@ -23063,6 +23077,12 @@ var routerlist = {
|
|
|
23063
23077
|
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23064
23078
|
version: '0.8',
|
|
23065
23079
|
fee: '0.002'
|
|
23080
|
+
}, {
|
|
23081
|
+
chainId: 8453,
|
|
23082
|
+
address: '0xBD2CCD0D53f433b7C05e59cFEcBb4922A195c2eE',
|
|
23083
|
+
timestamp: '2025-05-28T00:00:00+00:00',
|
|
23084
|
+
version: '0.9',
|
|
23085
|
+
fee: '0.002'
|
|
23066
23086
|
}, {
|
|
23067
23087
|
chainId: 56,
|
|
23068
23088
|
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
@@ -23477,6 +23497,23 @@ var tokens = [
|
|
|
23477
23497
|
],
|
|
23478
23498
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1"
|
|
23479
23499
|
},
|
|
23500
|
+
{
|
|
23501
|
+
chainId: 8453,
|
|
23502
|
+
coinGeckoId: "dai",
|
|
23503
|
+
name: "DAI",
|
|
23504
|
+
symbol: "DAI",
|
|
23505
|
+
currency: "USD",
|
|
23506
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23507
|
+
decimals: 18,
|
|
23508
|
+
tags: [
|
|
23509
|
+
"Base",
|
|
23510
|
+
"Stablecoin",
|
|
23511
|
+
"Top10",
|
|
23512
|
+
"USD",
|
|
23513
|
+
"featured"
|
|
23514
|
+
],
|
|
23515
|
+
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb"
|
|
23516
|
+
},
|
|
23480
23517
|
{
|
|
23481
23518
|
chainId: 1,
|
|
23482
23519
|
coinGeckoId: "crvusd",
|
|
@@ -23989,6 +24026,7 @@ var tokens = [
|
|
|
23989
24026
|
coinGeckoId: "dai",
|
|
23990
24027
|
name: "Dai",
|
|
23991
24028
|
symbol: "DAI",
|
|
24029
|
+
currency: "USD",
|
|
23992
24030
|
decimals: 18,
|
|
23993
24031
|
tags: [
|
|
23994
24032
|
"BNB Smart Chain",
|
|
@@ -26565,15 +26603,6 @@ var tokens$1 = [
|
|
|
26565
26603
|
logoUri: "https://assets.coingecko.com/coins/images/39547/original/rseth.png?1722850260",
|
|
26566
26604
|
coinGeckoId: "kelpdao-bridged-rseth-base"
|
|
26567
26605
|
},
|
|
26568
|
-
{
|
|
26569
|
-
chainId: 8453,
|
|
26570
|
-
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
|
|
26571
|
-
name: "L2 Standard Bridged DAI Base ",
|
|
26572
|
-
symbol: "DAI",
|
|
26573
|
-
decimals: 18,
|
|
26574
|
-
logoUri: "https://assets.coingecko.com/coins/images/39807/original/dai.png?1724126571",
|
|
26575
|
-
coinGeckoId: "l2-standard-bridged-dai-base"
|
|
26576
|
-
},
|
|
26577
26606
|
{
|
|
26578
26607
|
chainId: 8453,
|
|
26579
26608
|
address: "0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
|