@eth-optimism/tokenlist 8.3.141 → 8.3.142
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/index.d.ts +1 -1
- package/dist/index.js +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-b9c7e28b.d.ts → optimism.tokenlist-daa55eb1.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2023-08-
|
|
44
|
+
var timestamp = "2023-08-24T20:30:49.035Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -3583,6 +3583,58 @@ var tokens = [
|
|
|
3583
3583
|
opTokenId: "SNX"
|
|
3584
3584
|
}
|
|
3585
3585
|
},
|
|
3586
|
+
{
|
|
3587
|
+
chainId: 1,
|
|
3588
|
+
address: "0xB49fa25978abf9a248b8212Ab4b87277682301c0",
|
|
3589
|
+
name: "Rai.Finance",
|
|
3590
|
+
symbol: "SOFI",
|
|
3591
|
+
decimals: 18,
|
|
3592
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOFI/logo.svg",
|
|
3593
|
+
extensions: {
|
|
3594
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
3595
|
+
opListId: "extended",
|
|
3596
|
+
opTokenId: "SOFI"
|
|
3597
|
+
}
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
chainId: 8453,
|
|
3601
|
+
address: "0x703D57164CA270b0B330A87FD159CfEF1490c0a5",
|
|
3602
|
+
name: "Rai.Finance",
|
|
3603
|
+
symbol: "SOFI",
|
|
3604
|
+
decimals: 18,
|
|
3605
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOFI/logo.svg",
|
|
3606
|
+
extensions: {
|
|
3607
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3608
|
+
opListId: "extended",
|
|
3609
|
+
opTokenId: "SOFI"
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
chainId: 5,
|
|
3614
|
+
address: "0x19e9338be738c7e51b2126A5e7B6A4c1ecB03DC2",
|
|
3615
|
+
name: "Rai.Finance",
|
|
3616
|
+
symbol: "SOFI",
|
|
3617
|
+
decimals: 18,
|
|
3618
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOFI/logo.svg",
|
|
3619
|
+
extensions: {
|
|
3620
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
3621
|
+
opListId: "extended",
|
|
3622
|
+
opTokenId: "SOFI"
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
chainId: 84531,
|
|
3627
|
+
address: "0xdb9888b842408b0b8efa1f5477bd9f351754999e",
|
|
3628
|
+
name: "Rai.Finance",
|
|
3629
|
+
symbol: "SOFI",
|
|
3630
|
+
decimals: 18,
|
|
3631
|
+
logoURI: "https://ethereum-optimism.github.io/data/SOFI/logo.svg",
|
|
3632
|
+
extensions: {
|
|
3633
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3634
|
+
opListId: "extended",
|
|
3635
|
+
opTokenId: "SOFI"
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3586
3638
|
{
|
|
3587
3639
|
chainId: 1,
|
|
3588
3640
|
address: "0xD31a59c85aE9D8edEFeC411D448f90841571b89c",
|
|
@@ -4975,7 +5027,7 @@ var tokens = [
|
|
|
4975
5027
|
var version = {
|
|
4976
5028
|
major: 8,
|
|
4977
5029
|
minor: 3,
|
|
4978
|
-
patch:
|
|
5030
|
+
patch: 142
|
|
4979
5031
|
};
|
|
4980
5032
|
var optimism_tokenlist_default = {
|
|
4981
5033
|
name,
|