Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
lista-dao
/
lista-token
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
27
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[feat] Configure Lista OFT v2 bridge
- #110
#110
Merged
razww
merged 31 commits into
master
lista-dao/lista-token:master
from
feat/lista-oft
lista-dao/lista-token:feat/lista-oft
Copy head branch name to clipboard
Jul 8, 2026
Conversation
Commits
31
(31)
Checks
Files changed
Merged
[feat] Configure Lista OFT v2 bridge
#110
razww
merged 31 commits into
master
lista-dao/lista-token:master
from
feat/lista-oft
lista-dao/lista-token:feat/lista-oft
Copy head branch name to clipboard
Commits
Commits on Jun 17, 2026
chore(deps): add LayerZero upgradeable OFT packages
Show description for ddde60a
lawson-ccy
committed
ddde60a
View commit details
Copy full SHA for ddde60a
Browse repository at this point
feat(oft): add upgradeable TransferLimiterV2 base
Show description for f1334aa
lawson-ccy
committed
f1334aa
View commit details
Copy full SHA for f1334aa
Browse repository at this point
feat(oft): add ListaOFTAdapterV2 (BSC lockbox adapter)
Show description for 93c6fcd
lawson-ccy
committed
93c6fcd
View commit details
Copy full SHA for 93c6fcd
Browse repository at this point
feat(oft): add ListaOFTv2 (remote mint/burn OFT)
Show description for 2048598
lawson-ccy
committed
2048598
View commit details
Copy full SHA for 2048598
Browse repository at this point
feat(oft): add v2 deploy and config scripts
Show description for 8972747
lawson-ccy
committed
8972747
View commit details
Copy full SHA for 8972747
Browse repository at this point
test(oft): add v2 local and fork simulations
Show description for d613338
lawson-ccy
committed
d613338
View commit details
Copy full SHA for d613338
Browse repository at this point
Commits on Jun 18, 2026
feat(oft): add foundry deploy/config scripts for v2
Show description for 098c6e7
lawson-ccy
committed
098c6e7
View commit details
Copy full SHA for 098c6e7
Browse repository at this point
refactor(oft): remove hardhat v2 deploy scripts
Show description for 4586856
lawson-ccy
committed
4586856
View commit details
Copy full SHA for 4586856
Browse repository at this point
refactor(oft): rename role constants MANAGER_ROLE/PAUSER_ROLE -> MANAGER/PAUSER
Show description for e816625
lawson-ccy
committed
e816625
View commit details
Copy full SHA for e816625
Browse repository at this point
Commits on Jun 25, 2026
Configure OFT v2 testnet bridge
lawson-ccy
committed
66dba33
View commit details
Copy full SHA for 66dba33
Browse repository at this point
Commits on Jun 26, 2026
Configure explorer verification metadata
lawson-ccy
committed
6256c10
View commit details
Copy full SHA for 6256c10
Browse repository at this point
Update OFT DVN policy
lawson-ccy
committed
a19a407
View commit details
Copy full SHA for a19a407
Browse repository at this point
Stabilize buyback 1inch tests
lawson-ccy
committed
45b416a
View commit details
Copy full SHA for 45b416a
Browse repository at this point
Commits on Jul 1, 2026
fix(oft): revert zero transfers with dedicated ZeroAmount error [I09]
Show description for 173e175
lawson-ccy
committed
173e175
View commit details
Copy full SHA for 173e175
Browse repository at this point
fix(oft): check single-transfer bounds before daily-reset writes [I02]
Show description for 10a8358
lawson-ccy
committed
10a8358
View commit details
Copy full SHA for 10a8358
Browse repository at this point
fix(oft): reset transfer limits on a fixed UTC-day boundary [M01, I08]
Show description for a8000f1
lawson-ccy
committed
a8000f1
View commit details
Copy full SHA for a8000f1
Browse repository at this point
fix(oft): align TransferLimiterV2 storage gap to 50 slots [I05]
Show description for 3f5ddfb
lawson-ccy
committed
3f5ddfb
View commit details
Copy full SHA for 3f5ddfb
Browse repository at this point
fix(oft): gate setPeer behind DEFAULT_ADMIN_ROLE [I04]
Show description for 2e57d1a
lawson-ccy
committed
2e57d1a
View commit details
Copy full SHA for 2e57d1a
Browse repository at this point
fix(oft): rebalance transfer-limit params to curb sybil DoS [M02]
Show description for 0f31cbd
lawson-ccy
committed
0f31cbd
View commit details
Copy full SHA for 0f31cbd
Browse repository at this point
fix(oft): require one mandatory DVN in every DVN policy [I14]
Show description for f2c2033
lawson-ccy
committed
f2c2033
View commit details
Copy full SHA for f2c2033
Browse repository at this point
fix(oft): set ETH-side OFT token name to "Lista DAO" [I15]
Show description for 386365d
lawson-ccy
committed
386365d
View commit details
Copy full SHA for 386365d
Browse repository at this point
fix(oft): warn when deploy roles collapse to the deployer EOA [I13]
Show description for 159987b
lawson-ccy
committed
159987b
View commit details
Copy full SHA for 159987b
Browse repository at this point
feat(oft): add SetEnforcedOptions bring-up script [I16]
Show description for 4deb47f
lawson-ccy
committed
4deb47f
View commit details
Copy full SHA for 4deb47f
Browse repository at this point
docs(oft): safe bring-up ordering and paused-launch checklist [I18]
Show description for 1f75698
lawson-ccy
committed
1f75698
View commit details
Copy full SHA for 1f75698
Browse repository at this point
fix(oft): require only LayerZero Labs DVN on testnet [I14]
Show description for 718a527
lawson-ccy
committed
718a527
View commit details
Copy full SHA for 718a527
Browse repository at this point
chore(oft): add UUPS upgrade script for deployed OFT proxies
Show description for 0b0aae7
lawson-ccy
committed
0b0aae7
View commit details
Copy full SHA for 0b0aae7
Browse repository at this point
Commits on Jul 7, 2026
docs(oft): upload HashDit listaOFTv2 audit report
lawson-ccy
committed
fd82a8a
View commit details
Copy full SHA for fd82a8a
Browse repository at this point
chore(oft): raise mainnet transfer limits to 8M/200k/400k
Show description for a12d270
lawson-ccy
committed
a12d270
View commit details
Copy full SHA for a12d270
Browse repository at this point
fix(oft): use remote-source confirmations for inbound ULN config
Show description for 4c98ce9
lawson-ccy
committed
4c98ce9
View commit details
Copy full SHA for 4c98ce9
Browse repository at this point
chore(oft): log confirmations and transfer-limit values in config scripts
Show description for 7b84266
lawson-ccy
committed
7b84266
View commit details
Copy full SHA for 7b84266
Browse repository at this point
feat(oft): split role handoff into grant and revoke scripts
Show description for 30a31e1
lawson-ccy
committed
30a31e1
View commit details
Copy full SHA for 30a31e1
Browse repository at this point
You can’t perform that action at this time.